Lucene search

K

2811 matches found

CVE
CVE
added 2025/02/27 3:15 a.m.81 views

CVE-2025-21749

In the Linux kernel, the following vulnerability has been resolved: net: rose: lock the socket in rose_bind() syzbot reported a soft lockup in rose_loopback_timer(),with a repro calling bind() from multiple threads. rose_bind() must lock the socket to avoid this issue.

5.5CVSS6.5AI score0.0004EPSS
CVE
CVE
added 2025/04/01 4:15 p.m.81 views

CVE-2025-21905

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: limit printed string from FW file There's no guarantee here that the file is always with aNUL-termination, so reading the string may read beyond theend of the TLV. If that's the last TLV in the file, it canperhaps ev...

7.1CVSS7.1AI score0.00022EPSS
CVE
CVE
added 2025/04/01 4:15 p.m.81 views

CVE-2025-21948

In the Linux kernel, the following vulnerability has been resolved: HID: appleir: Fix potential NULL dereference at raw event handle Syzkaller reports a NULL pointer dereference issue in input_event(). BUG: KASAN: null-ptr-deref in instrument_atomic_read include/linux/instrumented.h:68 [inline]BUG:...

5.5CVSS7.1AI score0.00031EPSS
CVE
CVE
added 2025/04/02 1:15 p.m.81 views

CVE-2025-21991

In the Linux kernel, the following vulnerability has been resolved: x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes Currently, load_microcode_amd() iterates over all NUMA nodes, retrieves theirCPU masks and unconditionally accesses per-CPU data for the first CPU of eachmask...

7.8CVSS7.1AI score0.00022EPSS
CVE
CVE
added 2025/04/02 2:16 p.m.81 views

CVE-2025-21994

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix incorrect validation for num_aces field of smb_acl parse_dcal() validate num_aces to allocate posix_ace_state_array. if (num_aces > ULONG_MAX / sizeof(struct smb_ace *)) It is an incorrect validation that we can creat...

7.2AI score0.00053EPSS
CVE
CVE
added 2025/04/16 3:15 p.m.81 views

CVE-2025-22055

In the Linux kernel, the following vulnerability has been resolved: net: fix geneve_opt length integer overflow struct geneve_opt uses 5 bit length for each single option, whichmeans every vary size option should be smaller than 128 bytes. However, all current related Netlink policies cannot promis...

6.4AI score0.00045EPSS
CVE
CVE
added 2025/04/16 3:16 p.m.81 views

CVE-2025-23138

In the Linux kernel, the following vulnerability has been resolved: watch_queue: fix pipe accounting mismatch Currently, watch_queue_set_size() modifies the pipe buffers charged touser->pipe_bufs without updating the pipe->nr_accounted on the pipeitself, due to the if (!pipe_has_watch_queue()...

6.5AI score0.00053EPSS
CVE
CVE
added 2025/02/26 6:37 a.m.80 views

CVE-2021-47639

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Zap all roots when unmapping gfn range in TDP MMU Zap both valid and invalid roots when zapping/unmapping a gfn range, asKVM must ensure it holds no references to the freed page after returningfrom the unmap operation...

7.8CVSS6.5AI score0.00029EPSS
CVE
CVE
added 2025/02/26 6:37 a.m.80 views

CVE-2021-47646

In the Linux kernel, the following vulnerability has been resolved: Revert "Revert "block, bfq: honor already-setup queue merges"" A crash [1] happened to be triggered in conjunction with commit2d52c58b9c9b ("block, bfq: honor already-setup queue merges"). Thelatter was then reverted by commit ebc6...

7.8CVSS5.4AI score0.00071EPSS
CVE
CVE
added 2025/02/26 6:37 a.m.80 views

CVE-2021-47659

In the Linux kernel, the following vulnerability has been resolved: drm/plane: Move range check for format_count earlier While the check for format_count > 64 in __drm_universal_plane_init()shouldn't be hit (it's a WARN_ON), in its current position it will thenleak the plane->format_types arr...

5.4AI score0.00072EPSS
CVE
CVE
added 2025/02/26 7:0 a.m.80 views

CVE-2022-49109

In the Linux kernel, the following vulnerability has been resolved: ceph: fix inode reference leakage in ceph_get_snapdir() The ceph_get_inode() will search for or insert a new inode into thehash for the given vino, and return a reference to it. If new isnon-NULL, its reference is consumed. We shou...

5.3AI score0.00041EPSS
CVE
CVE
added 2025/02/26 7:0 a.m.80 views

CVE-2022-49129

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7921: fix crash when startup fails. If the nic fails to start, it is possible that thereset_work has already been scheduled. Ensure thework item is canceled so we do not have use-after-freecrash in case cleanup is called be...

7.8CVSS5.3AI score0.00029EPSS
CVE
CVE
added 2025/02/26 7:0 a.m.80 views

CVE-2022-49205

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix double uncharge the mem of sk_msg If tcp_bpf_sendmsg is running during a tear down operation, psock may befreed. tcp_bpf_sendmsg()tcp_bpf_send_verdict()sk_msg_return()tcp_bpf_sendmsg_redir()unlikely(!psock))sk_msg...

6.4AI score0.00064EPSS
CVE
CVE
added 2025/02/26 7:0 a.m.80 views

CVE-2022-49227

In the Linux kernel, the following vulnerability has been resolved: igc: avoid kernel warning when changing RX ring parameters Calling ethtool changing the RX ring parameters like this: $ ethtool -G eth0 rx 1024 on igc triggers kernel warnings like this: [ 225.198467] ------------[ cut here ]------...

5.2AI score0.00041EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.80 views

CVE-2022-49253

In the Linux kernel, the following vulnerability has been resolved: media: usb: go7007: s2250-board: fix leak in probe() Call i2c_unregister_device(audio) on this error path.

5.4AI score0.00096EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.80 views

CVE-2022-49263

In the Linux kernel, the following vulnerability has been resolved: brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path This avoids leaking memory if brcmf_chip_get_raminfo fails. Note thatthe CLM blob is released in the device remove path.

5.4AI score0.00064EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.80 views

CVE-2022-49332

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Address NULL pointer dereference after starget_to_rport() Calls to starget_to_rport() may return NULL. Add check for NULL rportbefore dereference.

5.5CVSS5.4AI score0.00027EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.80 views

CVE-2022-49354

In the Linux kernel, the following vulnerability has been resolved: ata: pata_octeon_cf: Fix refcount leak in octeon_cf_probe of_find_device_by_node() takes reference, we should use put_device()to release it when not need anymore.Add missing put_device() to avoid refcount leak.

5.5CVSS5.3AI score0.00027EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.80 views

CVE-2022-49379

In the Linux kernel, the following vulnerability has been resolved: driver core: Fix wait_for_device_probe() & deferred_probe_timeout interaction Mounting NFS rootfs was timing out when deferred_probe_timeout wasnon-zero [1]. This was because ip_auto_config() initcall times outwaiting for the netwo...

5.4AI score0.00042EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.80 views

CVE-2022-49409

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug_on in __es_tree_search Hulk Robot reported a BUG_ON: kernel BUG at fs/ext4/extents_status.c:199![...]RIP: 0010:ext4_es_end fs/ext4/extents_status.c:199 [inline]RIP: 0010:__es_tree_search+0x1e0/0x260 fs/ext4/extents_st...

5.2AI score0.00064EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.80 views

CVE-2022-49413

In the Linux kernel, the following vulnerability has been resolved: bfq: Update cgroup information before merging bio When the process is migrated to a different cgroup (or in case ofwriteback just starts submitting bios associated with a differentcgroup) bfq_merge_bio() can operate with stale cgro...

7.8CVSS5.3AI score0.00029EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.80 views

CVE-2022-49433

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Prevent use of lock before it is initialized If there is a failure during probe of hfi1 before the sdma_map_lock isinitialized, the call to hfi1_free_devdata() will attempt to use a lockthat has not been initialized. If ...

5.4AI score0.00064EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.80 views

CVE-2022-49565

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/lbr: Fix unchecked MSR access error on HSW The fuzzer triggers the below trace. [ 7763.384369] unchecked MSR access error: WRMSR to 0x689(tried to write 0x1fffffff8101349e) at rIP: 0xffffffff810704a4(native_write_msr...

6.5AI score0.00036EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.80 views

CVE-2022-49573

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix a data-race around sysctl_tcp_early_retrans. While reading sysctl_tcp_early_retrans, it can be changed concurrently.Thus, we need to add READ_ONCE() to its reader.

4.7CVSS5.3AI score0.00054EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.80 views

CVE-2022-49585

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout. While reading sysctl_tcp_fastopen_blackhole_timeout, it can be changedconcurrently. Thus, we need to add READ_ONCE() to its readers.

4.7CVSS5.3AI score0.00074EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.80 views

CVE-2022-49655

In the Linux kernel, the following vulnerability has been resolved: fscache: Fix invalidation/lookup race If an NFS file is opened for writing and closed, fscache_invalidate() willbe asked to invalidate the file - however, if the cookie is in theLOOKING_UP state (or the CREATING state), then reques...

6.3AI score0.00036EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.80 views

CVE-2022-49673

In the Linux kernel, the following vulnerability has been resolved: dm raid: fix KASAN warning in raid5_add_disks There's a KASAN warning in raid5_add_disk when running the LVM testsuite.The warning happens in the testlvconvert-raid-reshape-linear_to_raid6-single-type.sh. We fix the warningby verif...

5.4AI score0.0008EPSS
CVE
CVE
added 2025/05/01 3:16 p.m.80 views

CVE-2022-49930

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix NULL pointer problem in free_mr_init() Lock grab occurs in a concurrent scenario, resulting in stepping on a NULLpointer. It should be init mutex_init() first before use the lock. Unable to handle kernel NULL pointer ...

5.5CVSS6.4AI score0.00019EPSS
CVE
CVE
added 2025/04/16 3:15 p.m.80 views

CVE-2023-53034

In the Linux kernel, the following vulnerability has been resolved: ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_trans There is a kernel API ntb_mw_clear_trans() would pass 0 to both addr andsize. This would make xlate_pos negative. [ 23.734156] switchtec switchtec0: MW 0: part...

6.4AI score0.00071EPSS
CVE
CVE
added 2025/05/10 3:15 p.m.80 views

CVE-2023-53145

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btsdio: fix use after free bug in btsdio_remove due to race condition In btsdio_probe, the data->work is bound with btsdio_work. It will bestarted in btsdio_send_frame. If the btsdio_remove runs with a unfinished work...

6.5AI score0.00036EPSS
CVE
CVE
added 2025/01/11 1:15 p.m.80 views

CVE-2024-41932

In the Linux kernel, the following vulnerability has been resolved: sched: fix warning in sched_setaffinity Commit 8f9ea86fdf99b added some logic to sched_setaffinity that includeda WARN when a per-task affinity assignment races with a cpuset update. Specifically, we can have a race where a cpuset ...

6.2AI score0.00035EPSS
CVE
CVE
added 2025/01/23 2:15 p.m.80 views

CVE-2024-57947

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_set_pipapo: fix initial map fill The initial buffer has to be inited to all-ones, but it must restrictit to the size of the first field, not the total field size. After each round in the map search step, the result an...

5.5AI score0.00045EPSS
CVE
CVE
added 2025/02/27 3:15 a.m.80 views

CVE-2024-58017

In the Linux kernel, the following vulnerability has been resolved: printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAX Shifting 1 <

5.5CVSS6.8AI score0.00055EPSS
CVE
CVE
added 2025/03/06 4:15 p.m.80 views

CVE-2024-58051

In the Linux kernel, the following vulnerability has been resolved: ipmi: ipmb: Add check devm_kasprintf() returned value devm_kasprintf() can return a NULL pointer on failure but thisreturned value is not checked.

7.2AI score0.00139EPSS
CVE
CVE
added 2025/04/01 4:15 p.m.80 views

CVE-2025-21966

In the Linux kernel, the following vulnerability has been resolved: dm-flakey: Fix memory corruption in optional corrupt_bio_byte feature Fix memory corruption due to incorrect parameter being passed to bio_init

7.8CVSS7.3AI score0.00021EPSS
CVE
CVE
added 2025/04/03 8:15 a.m.80 views

CVE-2025-22007

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix error code in chan_alloc_skb_cb() The chan_alloc_skb_cb() function is supposed to return error pointers onerror. Returning NULL will lead to a NULL dereference.

5.5CVSS7.2AI score0.00018EPSS
CVE
CVE
added 2025/04/16 3:15 p.m.80 views

CVE-2025-22063

In the Linux kernel, the following vulnerability has been resolved: netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets When calling netlbl_conn_setattr(), addr->sa_family is usedto determine the function behavior. If sk is an IPv4 socket,but the connect function is called wit...

5.5CVSS6.7AI score0.0003EPSS
CVE
CVE
added 2025/02/26 6:37 a.m.79 views

CVE-2021-47631

In the Linux kernel, the following vulnerability has been resolved: ARM: davinci: da850-evm: Avoid NULL pointer dereference With newer versions of GCC, there is a panic in da850_evm_config_emac()when booting multi_v5_defconfig in QEMU under the palmetto-bmc machine: Unable to handle kernel NULL poi...

5.5CVSS6.1AI score0.00029EPSS
CVE
CVE
added 2025/02/26 7:0 a.m.79 views

CVE-2022-49081

In the Linux kernel, the following vulnerability has been resolved: highmem: fix checks in _kmap_local_sched {in,out} When CONFIG_DEBUG_KMAP_LOCAL is enabled _kmap_local_sched {in,out} checkthat even slots in the tsk->kmap_ctrl.pteval are unmapped. The slots areinitialized with 0 value, but the ...

5.4AI score0.00041EPSS
CVE
CVE
added 2025/02/26 7:0 a.m.79 views

CVE-2022-49226

In the Linux kernel, the following vulnerability has been resolved: net: asix: add proper error handling of usb read errors Syzbot once again hit uninit value in asix driver. The problem still thesame -- asix_read_cmd() reads less bytes, than was requested by caller. Since all read requests are per...

5.3AI score0.00041EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.79 views

CVE-2022-49304

In the Linux kernel, the following vulnerability has been resolved: drivers: tty: serial: Fix deadlock in sa1100_set_termios() There is a deadlock in sa1100_set_termios(), which is shownbelow: (Thread 1) | (Thread 2)| sa1100_enable_ms()sa1100_set_termios() | mod_timer()spin_lock_irqsave() //(1) | (...

5.5CVSS5.3AI score0.00021EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.79 views

CVE-2022-49346

In the Linux kernel, the following vulnerability has been resolved: net: dsa: lantiq_gswip: Fix refcount leak in gswip_gphy_fw_list Every iteration of for_each_available_child_of_node() decrementsthe reference count of the previous node.when breaking early from a for_each_available_child_of_node() ...

5.5CVSS5.3AI score0.00029EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.79 views

CVE-2022-49362

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix potential use-after-free in nfsd_file_put() nfsd_file_put_noref() can free @nf, so don't dereference @nfimmediately upon return from nfsd_file_put_noref().

7.8CVSS5.5AI score0.00029EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.79 views

CVE-2022-49389

In the Linux kernel, the following vulnerability has been resolved: usb: usbip: fix a refcount leak in stub_probe() usb_get_dev() is called in stub_device_alloc(). When stub_probe() failsafter that, usb_put_dev() needs to be called to release the reference. Fix this by moving usb_put_dev() to sdev_...

5.5CVSS5.4AI score0.00027EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.79 views

CVE-2022-49546

In the Linux kernel, the following vulnerability has been resolved: x86/kexec: fix memory leak of elf header buffer This is reported by kmemleak detector: unreferenced object 0xffffc900002a9000 (size 4096):comm "kexec", pid 14950, jiffies 4295110793 (age 373.951s)hex dump (first 32 bytes):7f 45 4c ...

5.5CVSS5.5AI score0.00029EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.79 views

CVE-2022-49594

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix a data-race around sysctl_tcp_mtu_probe_floor. While reading sysctl_tcp_mtu_probe_floor, it can be changed concurrently.Thus, we need to add READ_ONCE() to its reader.

4.7CVSS5.3AI score0.00075EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.79 views

CVE-2022-49626

In the Linux kernel, the following vulnerability has been resolved: sfc: fix use after free when disabling sriov Use after free is detected by kfence when disabling sriov. What was readafter being freed was vf->pci_dev: it was freed from pci_disable_sriovand later read in efx_ef10_sriov_free_vf_...

7.8CVSS5.4AI score0.00029EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.79 views

CVE-2022-49663

In the Linux kernel, the following vulnerability has been resolved: tunnels: do not assume mac header is set in skb_tunnel_check_pmtu() Recently added debug in commit f9aefd6b2aa3 ("net: warn if mac headerwas not set") caught a bug in skb_tunnel_check_pmtu(), as shownin this syzbot report [1]. In n...

6.3AI score0.00037EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.79 views

CVE-2022-49666

In the Linux kernel, the following vulnerability has been resolved: powerpc/memhotplug: Add add_pages override for PPC With commit ffa0b64e3be5 ("powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bit")the kernel now validate the addr against high_memory value. This resultsin the below BUG_ON wi...

6.3AI score0.00038EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.79 views

CVE-2022-49695

In the Linux kernel, the following vulnerability has been resolved: igb: fix a use-after-free issue in igb_clean_tx_ring Fix the following use-after-free bug in igb_clean_tx_ring routine whenthe NIC is running in XDP mode. The issue can be triggered redirectingtraffic into the igb NIC and then clos...

7.8CVSS5.4AI score0.00029EPSS
Total number of security vulnerabilities2811